home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / NEWSOFT / AUGUST / FREENET2 / !FreeUser / Startup < prev   
Text File  |  1996-10-19  |  597b  |  36 lines

  1. |
  2. | Load the main TCP/IP stack and dummy internet module
  3. |
  4. RMRun FreeNet:FreeBufs
  5. RMRun FreeNet:FreeNet
  6. RMRun FreeNet:Internet
  7.  
  8. |
  9. | Load any drivers that we need
  10. |
  11. RMRun FreeNet:Drivers.SLIPdriver
  12.  
  13. |
  14. | Load the DNS resolver
  15. |
  16. RMRun FreeNet:INetDB
  17.  
  18. |
  19. | Set the host name to keep Acorn clients happy
  20. |
  21. Set Inet$HostName compton
  22.  
  23. |
  24. | Attach and configure the interfaces
  25. |
  26. slattach internal 0 19200
  27. ifconfig sl0 inet 158.152.40.58 158.152.1.222 netmask 0xffff0000 up
  28.  
  29. ifconfig lo0 inet 127.0.0.1 up
  30.  
  31. |
  32. | Setup the routing tables
  33. |
  34. route add default 158.152.1.222 1
  35. route add 158.152.40.58 127.0.0.1 0
  36.